home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gekkan Dennou Club 147
/
Gekkan Dennou Club - 2000.8 Vol. 147 (Japan).7z
/
Gekkan Dennou Club - 2000.8 Vol. 147 (Japan) (Track 1).bin
/
docs
/
ippon
/
data
/
etc
/
hahen.lzh
/
makefile
< prev
next >
Wrap
Makefile
|
1999-04-21
|
390b
|
26 lines
# makefile for main.x
CC = gcc
CFLAGS =
AS = has
LD = hlk
INC =
LIBS = libc.a libgnu.a xsp2lib.o libdos.a libiocs.a pcm8afnc.o
LZH = main100
%.o: %.c
$(CC) $(CFLAGS) -c $<
main.x: main.o enemy.o seq.o fxsp2lib.o
$(LD) $^ -o $@ -l $(LIBS)
main.o: main.c main.h
enemy.o: enemy.c enemy.h main.h parts.h
seq.o: seq.c main.h
fxsp2lib.o: fxsp2lib.c fxsp2lib.h
dist:
LHA a -t ../$(LZH)